home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / let_it_f.swf / scripts / DefineSprite_70 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-11-12  |  119 b   |  9 lines

  1. if(_parent.showbonuspipe == true)
  2. {
  3.    this.bonuspipe._visible = 1;
  4. }
  5. else
  6. {
  7.    this.bonuspipe._visible = 0;
  8. }
  9.